From: Kim F. Storm Date: Mon, 26 Apr 2004 22:39:21 +0000 (+0000) Subject: (struct it): New member use_default_face. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~22907 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=a9c97235d9e699abaad02e51e4243718e4023120;p=emacs.git (struct it): New member use_default_face. --- diff --git a/src/dispextern.h b/src/dispextern.h index 746a5b2906f..387b92a265c 100644 --- a/src/dispextern.h +++ b/src/dispextern.h @@ -1924,9 +1924,12 @@ struct it unsigned face_before_selective_p : 1; /* If 1, adjust current glyph so it does not increase current row - descent/ascent. */ + descent/ascent (line-height property). Reset after this glyph. */ unsigned constrain_row_ascent_descent_p : 1; + /* If 1, show current glyph in default face. Reset after this glyph. */ + unsigned use_default_face : 1; + /* The ID of the default face to use. One of DEFAULT_FACE_ID, MODE_LINE_FACE_ID, etc, depending on what we are displaying. */ int base_face_id;